home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / EMULATOR / SNESPLAY / !SnesPlay / TempOut < prev   
Text File  |  1998-08-02  |  3KB  |  82 lines

  1. snes9x: S9xUsage: snes9x <options> <rom image filename>
  2.  
  3.  
  4. Where <options> can be:
  5.  
  6. -cycles or -h <num>       Percentage of CPU cycles to execute every scan line (default 90)
  7.  
  8. -frameskip or -f <num>    Screen update frame skip rate (default 2)
  9.  
  10. -m  num     Screen mode:
  11.             0 - 320x240, 1 - 320x200 (clipped)
  12.             2 - 256x256, 3-6 - 640x480, 7 - 640x400
  13.             8 - 800x600, 9 - 320x240 16 bit, 10 - 640x480 16 bit
  14. -scale      Scale SNES screen to fit S-VGA sized screen
  15. -forcehirom or -F or -FH  Force Hi-ROM memory map, useful for hacked ROM imagess.
  16.  
  17. -forcelorom or -FL        Force Lo-ROM memory map, useful for hacked ROM images.
  18.  
  19. -old or -o                Enable old-style SNES joypad emulation
  20.  
  21. -noold or -no             Disable old-style SNES joypad emulation
  22.  
  23. -soundskip or -ss <num>   Sound CPU skip-waiting method, 0 - 3 (default 0)
  24.  
  25. -sound or -S              Enable digital sound output (default: enabled)
  26.  
  27. -nosound or -NS           Disable digital sound output
  28.  
  29. -sound or -S              Enable digital sound output (default: off)
  30.  
  31. -soundquality or -r <num> Sound sample playback rate/quality, 0-7 (default 4)
  32.  
  33.                           0 - off, 1 - 8192, 2 - 11025, 3 - 16500,
  34.                           4 - 22050 (default), 5 - 29300, 6 - 36600,
  35.                           7 - 44000
  36.  
  37. -stereo                   Enable stereo sound (default: mono sound)
  38.  
  39. -mono                     Enable mono sound (default: mono sound)
  40.  
  41. -buffersize or -B         Sound playback buffer size (default auto for playback rate)
  42.  
  43. -nospeedhacks or -N       Disable some internal speed ups that break a few  ROMs
  44.  
  45. -speedhacks or -SH        Enable some internal speed ups that break a few ROMs
  46.  
  47. -loadsnapshot or -l <filename>
  48.                           Load saved game position snapshot file & required ROM
  49.                           image.
  50.  
  51. -swapjoypads or -s        Swap joypad 1 and 2 around
  52.  
  53. -pal or -p                Fool ROM into thinking that this is a PAL SNES system
  54.  
  55. -ntsc or -n               Fool ROM into thinking that this is a NTSC SNES system
  56.  
  57. -interleaved or -i        ROM image is in interleaved format.
  58.  
  59. -interleaved2 or -i2      ROM image is in interleaved 2 format
  60.  
  61. -nohdma or -H             Disable H-DMA emulation (default: enabled)
  62.  
  63. -hdma or -NH              Enable H-DMA emulation (default: enabled)
  64.  
  65. -layering or -L           Swap some background priority levels - helps some games
  66.  
  67. -graphicwindows or -w     Enable graphic window effects (default: enabled)
  68.  
  69. -nographicwindows or -nw  Disable graphic window effects (default: enabled)
  70.  
  71. -noirq or -I              Disable processor IRQ (for debugging)
  72.  
  73. -debug or -d              Enter debug mode once ROM has loaded
  74.  
  75. -trace or -t              Trace CPU instructions to file (WARNING: file gets very large!)
  76.  
  77.  
  78. ROM image needs to be in Super MagiCom (*.smc), Super FamiCom (*.sfc),
  79. *.fig, or split (*.1, *.2, or sf32527a, sf32527b, etc) format and can be
  80. compressed with gzip or compress.
  81.  
  82.